

'Declaration<TemplatePartAttribute(Name="PART_TextBox", Type=System.Windows.Controls.TextBox)> <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public MustInherit Class UpDownBase(Of T) Inherits InputBase Implements Xceed.Wpf.Toolkit.Core.Input.IValidateInput
'UsageDim instance As UpDownBase(Of T)
[TemplatePart(Name="PART_TextBox", Type=System.Windows.Controls.TextBox)] [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public abstract class UpDownBase<T> : InputBase, Xceed.Wpf.Toolkit.Core.Input.IValidateInput
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Xceed.Wpf.Toolkit.Primitives.InputBase
Xceed.Wpf.Toolkit.Primitives.UpDownBase<T>
Xceed.Wpf.Toolkit.NumericUpDown<T>
Xceed.Wpf.Toolkit.Primitives.DateTimeUpDownBase<T>
| Name | Description | |
|---|---|---|
![]() ![]() | AllowSpinProperty | Identifies the AllowSpin dependency property. |
![]() ![]() | ButtonSpinnerDownContentTemplateProperty | |
![]() ![]() | ButtonSpinnerDownDisabledContentTemplateProperty | |
![]() ![]() | ButtonSpinnerHeightProperty | |
![]() ![]() | ButtonSpinnerLocationProperty | |
![]() ![]() | ButtonSpinnerUpContentTemplateProperty | |
![]() ![]() | ButtonSpinnerUpDisabledContentTemplateProperty | |
![]() ![]() | ButtonSpinnerWidthProperty | |
![]() ![]() | ClipValueToMinMaxProperty | |
![]() ![]() | DefaultValueProperty | Identifies the DefaultValue dependency property. |
![]() ![]() | DisplayDefaultValueOnEmptyTextProperty | |
![]() ![]() | MaximumProperty | |
![]() ![]() | MinimumProperty | |
![]() ![]() | MouseWheelActiveTriggerProperty | Identifies the MouseWheelActiveTrigger dependency property. |
![]() ![]() | ShowButtonSpinnerProperty | Identifies the ShowButtonSpinner dependency property. |
![]() ![]() | UpdateValueOnEnterKeyProperty | |
![]() ![]() | ValueChangedEvent | Identifies the ValueChanged routed event. |
![]() ![]() | ValueProperty | Identifies the Value dependency property. |
| Name | Description | |
|---|---|---|
![]() | FindLogicalAncestor<T> | Finds the logical ancenster |
![]() | FindLogicalAncestorsAndSelf | |
![]() | FindLogicalChildren<T> | Find the logical children. |
![]() | FindVisualAncestor<T> | Finds the visual ancestor. |
![]() | FindVisualChildren<T> | Finds the visual children. |
![]() | FindVisualTreeRoot | Finds the visual tree root. |
![]() | ShowDialog | Overloaded. |